I am developing an app that uses the Endpoint Security API. I need to mute a few processes like: my own process, xcode, etc' ...
However, if the muted processes create child processes, I want these processes to be muted as well. The full process tree under muted processes should be muted.
How can that be done? Cant see in docs and can't find an example.
If it can't be done, whats the closest thing to that I can implement. Thanks!